Server.Items.AddonComponent.LightEntry.LightEntry C# (CSharp) Méthode

LightEntry() public méthode

public LightEntry ( LightType light )
light LightType
            public LightEntry(LightType light, params int[] itemIDs)
            {
                m_Light = light;
                m_ItemIDs = itemIDs;
            }
        }
AddonComponent.LightEntry