예제 #1
0
 protected override void LoadState()
 {
     spinlock = new(FileContents.ParseInt32());
 }
예제 #2
0
 protected override void LoadState()
 {
     favoriteNumber = FileContents.ParseInt32();
 }
예제 #3
0
 protected override void LoadState()
 {
     targetValue = FileContents.ParseInt32();
 }
예제 #4
0
 protected override void LoadState()
 {
     elves = FileContents.ParseInt32();
 }