예제 #1
0
 public void SetUpdateType(ITEM_UPDATE_TYPE type)
 {
     this.PutByte((byte)type, 5);
 }
예제 #2
0
파일: UpdateItem.cs 프로젝트: xxlio109/Saga
 public void SetUpdateType(ITEM_UPDATE_TYPE type)
 {
     this.PutByte((byte)type, 5);
 }