Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CMonoBehaviour
 CSkillzAbstractDelegate
 CSkillzDelegateThis Skillz Delegate script should be attached to your Skillz Delegate Game Object, and will forward messages to your SkillzMatchDelegate or SkillzSyncDelegate implementation. Please do not modify this file.
 CSkillzCrossPlatform.RandomThis is the Random class that you can use to implement fairness in your game Use this Random function for variables that can affect gameplay.
 CSkillzCrossPlatformUse this Skillz class if you plan to launch your game in both iOS and Android App stores.
 CSkillzMatchDelegateYou should implement this interface as part of one of your Game Objects. The instance of this object should persist for the lifetime of your game, once you've launched Skillz.
 CSkillzSyncDelegateThe base class for a script that responds to messages from the Skillz SDK about events related to synchronous tournaments. All of the optional methods will by default not do anything when called. These callbacks can be used to control game flow or aggresively clean up resources you no longer need.