TGame Data .Default Game Data Method
Get the instance of default game data as a TGameData instance.
class function DefaultGameData: TGameData
If you work on a descendant class, use "DefaultGameData(T):T" to create your instance and add a Current function at the descendant level to simplify your life.