Assets.Scripts.Console.CheatCommandItem.CheatCommandItem C# (CSharp) Method

CheatCommandItem() public method

public CheatCommandItem ( ICheatCommand InCommand ) : System
InCommand ICheatCommand
return System
        public CheatCommandItem(ICheatCommand InCommand)
        {
            command = InCommand;
        }
CheatCommandItem