Skip to content
Snippets Groups Projects
Commit b00bd6f6 authored by Samuel Truman's avatar Samuel Truman
Browse files

Minor improvement

parent e1781d75
No related branches found
Tags 1.0.0
No related merge requests found
namespace de.jmu.ge.viavr.UnityBridge {
public class Package {
public abstract class Package {
/// <summary>
///
/// </summary>
......
......@@ -14,6 +14,7 @@ public static void ExecuteAll() {
public static void Init() => CallMethods(nameof(Package.Init));
[MenuItem("Test/Configure Scenes")]
// TODO: open each scene and execute methods
public static void OnConfigureScene() => CallMethods(nameof(Package.OnConfigureScene));
public static void OnPostConfiguration() => CallMethods(nameof(Package.OnPostConfiguration));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment