Ejemplo n.º 1
0
 private void Start()
 {
     attributeListEntity = (AttributeListEntity)GetComponent <AttributeListModel>().DataEntity;
 }
Ejemplo n.º 2
0
 protected override void Awake()
 {
     DataEntity = new AttributeListEntity();
     base.Awake();
 }