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