Better workaround for signal misfires

This commit is contained in:
Michael Catanzaro 2014-06-22 21:54:09 -05:00
parent 403a860b94
commit 10e74eb03f

View file

@ -32,7 +32,7 @@ public enum ChessRule
BUG
}
public class ChessGame
public class ChessGame : Object
{
public bool is_started;
public ChessResult result;