示例#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();
 }