Exemple #1
0
 protected virtual void CreateStatusInfo(GameObject target)
 {
     statusTargetInfo = new StatusTargetInfo(target, ParentAbility.Source, ParentAbility, this);
     statusInfo       = new StatusInfo(statusTargetInfo, statusTypeInfo);
 }
Exemple #2
0
 public StatusInfo(StatusTargetInfo targetInfo, StatusTypeInfo typeInfo)
 {
     this.targetInfo = targetInfo;
     this.typeInfo   = typeInfo;
 }