공용 코드를 위한 어셈블리 정의
This commit is contained in:
@@ -6,6 +6,6 @@ public static class CustomMenuItemDefinition
|
||||
[MenuItem("Custom/Print log")]
|
||||
private static void PringLog()
|
||||
{
|
||||
Debug.Log("Hello, world!");
|
||||
Debug.Log($"Hello, world! - {SharedFunctions.Add(1, 2)}");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user