コード例 #1
0
 public static UserInformation AwardExp(this UserInformation @this, int exp)
 {
     LevelSystem.AwardExp(@this, exp);
     return(@this);
 }
コード例 #2
0
 public static MatchUser AwardExp(this MatchUser @this, int exp)
 {
     LevelSystem.AwardExp(@this.User, exp);
     return(@this);
 }