Exemplo n.º 1
0
 private void Start()
 {
     attributeToweEntity = (AttributeToweEntity)GetComponent <AttributeTowerModel>().DataEntity;
 }
Exemplo n.º 2
0
 protected override void Awake()
 {
     DataEntity = new AttributeToweEntity();
     base.Awake();
 }