/* Functions */ private void Awake() { mAttackerInfo = this.GetComponent <JCS_AttackerInfo>(); }
/* Functions */ private void Awake() { mAttackerInfo = this.GetComponent <JCS_AttackerInfo>(); this.mRecordAOECount = this.mAOECount; }
/// <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; }
protected virtual void Awake() { mAttackerInfo = this.GetComponent <JCS_AttackerInfo>(); }