예제 #1
0
 // Create new Reputation Object, initialized by the list recieved from the WorldServer
 public void setReputation(ReputationItem[] rl)
 {
     reputation = new Reputation(rl);
 }
예제 #2
0
파일: Player.cs 프로젝트: icaca/boogiebot
 // Create new Reputation Object, initialized by the list recieved from the WorldServer
 public void setReputation(ReputationItem[] rl)
 {
     reputation = new Reputation(rl);
 }