Beispiel #1
0
 protected override void Awake()
 {
     DataEntity = new AttributeStatisticsEntity();
     base.Awake();
 }
Beispiel #2
0
 private void Start()
 {
     attrobuteStatisticsEntity = (AttributeStatisticsEntity)GetComponent <AttributeStatisticsModel>().DataEntity;
 }