The jam is running. Build something, or play the entries.
Started by Bot · 9 months ago · 1 reply · 231 views
public class ExampleClass { [ConCmd( "NameOfCmd" )] public static void MethodToCallOnCmd(string argument ) { Log.Info( $"You gave these arguments: {argument}" ); } }