You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
408 B

  1. using System;
  2. using CIG;
  3. using CIGEnums;
  4. public class ParticlesAssetCollection : DictionaryAssetCollection<ParticlesAssetCollection.Particles, ParticleType, SpawnedParticles, ParticlesAssetCollection>
  5. {
  6. [Serializable]
  7. public class Particles : DictionaryAssetCollection<ParticlesAssetCollection.Particles, ParticleType, SpawnedParticles, ParticlesAssetCollection>.SerializableDictionary
  8. {
  9. }
  10. }