예제 #1
0
 protected Tile(Vector3 position)
 {
     graphicsProviders = new GraphicsCollection();
     graphicsProviders.AddListOfDrawables(SubItems = new List <IItem>());
 }