Example #1
0
 public override void Load()
 {
     Perceptions = PerceptionsHolder.Load(FilePath);
 }
Example #2
0
 public override void LoadOrCreate()
 {
     Perceptions = PerceptionsHolder.LoadOrCreate(FilePath);
 }