Exemple #1
0
 public MapElementLoader(MapElementLoaderData data)
 {
     if (data == null)
     {
         Debug.LogError("MapElementLoaderData is null!!!");
     }
     this.data = data;
 }
Exemple #2
0
 public MapElementView(MapElementLoaderData data)
 {
     loader = new MapElementLoader(data);
 }