Exemple #1
0
        public static List <SlotLoadable> GetSlots(this ThingWithComps thing)
        {
            var slots = thing.GetCompSlotLoadable()?.Slots;

            return(!slots.NullOrEmpty() ? slots : null);
        }