/* Functions */

        private void Awake()
        {
            mAttackerInfo = this.GetComponent <JCS_AttackerInfo>();
        }
Beispiel #2
0
        /* Functions */

        private void Awake()
        {
            mAttackerInfo = this.GetComponent <JCS_AttackerInfo>();

            this.mRecordAOECount = this.mAOECount;
        }
Beispiel #3
0
 /// <summary>
 /// Copy some information from the other.
 /// </summary>
 public void CopyToThis(JCS_ApplyDamageTextToLiveObjectAction copy)
 {
     this.AbilityFormat = copy.AbilityFormat;
     this.Hit           = copy.Hit;
     this.AttackerInfo  = copy.AttackerInfo;
 }
Beispiel #4
0
 protected virtual void Awake()
 {
     mAttackerInfo = this.GetComponent <JCS_AttackerInfo>();
 }