chore: Added LagCompensatorInspector (#3796)

This commit is contained in:
MrGadget 2024-03-29 01:31:52 -04:00
parent e36f5c97ad
commit 4d8d0df168
3 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,14 @@
using UnityEditor;
namespace Mirror
{
[CustomEditor(typeof(LagCompensator))]
public class LagCompensatorInspector : Editor
{
public override void OnInspectorGUI()
{
EditorGUILayout.HelpBox("Preview Component - Feedback appreciated on GitHub or Discord!", MessageType.Warning);
DrawDefaultInspector();
}
}
}

View File

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 703e39b5385ae2e479987ff4ec0707a1
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -3,6 +3,7 @@
"rootNamespace": "",
"references": [
"GUID:30817c1a0e6d646d99c048fc403f5979",
"GUID:72872094b21c16e48b631b2224833d49",
"GUID:1d0b9d21c3ff546a4aa32399dfd33474"
],
"includePlatforms": [