Exemplo n.º 1
0
 protected void Awake()
 {
     Instance = this;
 }
Exemplo n.º 2
0
 protected void Awake()
 {
     m_productionTickTime = 60.0f / ProductionPerMinute;
     m_itemHeight         = Item.GetComponent <MeshFilter>().sharedMesh.bounds.size.y;
     Manager = ManufacturerManager.Instance;
 }