using System; using System.Collections.Generic; namespace MoonTools.ECS { internal class RelationDepotState { public Dictionary StorageStates = new Dictionary(); } }