Beispiel #1
0
 public void Draw(AttackGageModel model)
 {
     attackGageInnerImage.fillAmount = model.getAttackGageRatio();
 }
Beispiel #2
0
 private void Awake()
 {
     model = new AttackGageModel();
     view  = GetComponent <AttackGageView>();
 }