mirror of
https://github.com/Ratstail91/Keep-It-Alive.git
synced 2025-11-29 02:24:27 +11:00
Working on it
This commit is contained in:
11
Assets/CarbonInput/Editor/ReInitEditor.cs
Normal file
11
Assets/CarbonInput/Editor/ReInitEditor.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using UnityEditor;
|
||||
|
||||
namespace CarbonInput {
|
||||
[CustomEditor(typeof(ReInit))]
|
||||
public class ReInitEditor : Editor {
|
||||
public override void OnInspectorGUI() {
|
||||
EditorGUILayout.HelpBox("The automatically generated \"GamePad ReInit\" gameobject " +
|
||||
"and this script are used to detect if a gamepad has (dis)connected.", MessageType.Info);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user