added some base types
This commit is contained in:
10
CoopSweeper/GameTypes/IGame.cs
Normal file
10
CoopSweeper/GameTypes/IGame.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace CoopSweeper.GameTypes
|
||||
{
|
||||
interface IGame
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user