Interactive.Detail.TotemControllerStop.SetTotems C# (CSharp) Method

SetTotems() public method

public SetTotems ( List totemsCreated ) : void
totemsCreated List
return void
        public void SetTotems(List<GameObject> totemsCreated)
        {
            forbbidenObjects = totemsCreated.FindAll (c => c != gameObject);
        }