MCPcopy Create free account
hub / github.com/StudioCherno/Coral / ExampleClass

Method ExampleClass

Example/Example.Managed/Source/Main.cs:34–37  ·  view source on GitHub ↗
(int someValue)

Source from the content-addressed store, hash-verified

32 private int myPrivateValue;
33
34 public ExampleClass(int someValue)
35 {
36 Console.WriteLine($"Example({someValue})");
37 }
38
39 public static void StaticMethod(float value)
40 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected