Пример #1
0
 void SetUpBoard()
 {
     map = ScriptableObject.CreateInstance <DungeonBoard>();
     map.init(Settings);
 }