I2CustomPersistentStorage.cs 111 B

12345678
  1. using System;
  2. namespace I2.Loc
  3. {
  4. public class I2CustomPersistentStorage : I2BasePersistentStorage
  5. {
  6. }
  7. }