private void InjectGUI(int order) { if (GUIInject != null) { GUIInject.Invoke(terrain, order); } }
private void InjectGUI(int order) { if (GUIInject != null) { GUIInject.Invoke(instance, order); } }