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