Package apple.gameplaykit.protocol
Interface GKGameModelUpdate
-
public interface GKGameModelUpdateA protocol used to encapsulate the data needed to affect an update to a game model. Typically represents an action or move performed by a player.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetValue(long value)Property get/set by GKMinmaxStrategist to sort GKGameModelUpdates.longvalue()Property get/set by GKMinmaxStrategist to sort GKGameModelUpdates.
-