refactor party
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
namespace yourareanaiceo;
|
||||
namespace Game;
|
||||
|
||||
public class GameState
|
||||
{
|
||||
public Company Company { get; set; } = new();
|
||||
|
||||
public Ceo Ceo { get; set; } = new();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user