/// <summary> /// Create a new hero in the Game. /// This method will create a new hero just in the /// game data. /// </summary> public static void CreateHero(HeroSerialize heroSerialize) { heroSerialize.Serialize(); }
//------------------------------------------------- public static void Serialize(HeroSerialize heroSerialize) { heroSerialize.Serialize(); }