Mock region data plugin. This obeys the api contract for persistence but stores everything in memory, so that tests can check correct persistence.
Наследование: ISimulationDataStore
 public NullDataService()
 {
     m_store = new NullDataStore();
 }
Пример #2
0
 public NullDataService()
 {
     m_store = new NullDataStore();
 }