예제 #1
0
파일: kOSProcessor.cs 프로젝트: vosechu/KOS
 public void IncrementUnitId()
 {
     unitID++;
     cpu.UpdateUnitId(unitID);
 }