コード例 #1
0
ファイル: ICharacterAttr.cs プロジェクト: Leon-56/Unity-RTS
 public int GetAtkPlusValue()
 {
     return(m_AttrStrategy.GetAtkPlusValue(this));
 }