static public int PlayGame(IntPtr l) { try { GameModeBase self = (GameModeBase)checkSelf(l); self.PlayGame(); pushValue(l, true); return(1); } catch (Exception e) { return(error(l, e)); } }