first commit
This commit is contained in:
11
NitroxClient/Debuggers/Drawer/Subnautica/FMODAssetDrawer.cs
Normal file
11
NitroxClient/Debuggers/Drawer/Subnautica/FMODAssetDrawer.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace NitroxClient.Debuggers.Drawer.Subnautica;
|
||||
|
||||
public class FMODAssetDrawer : IDrawer<FMODAsset>
|
||||
{
|
||||
public void Draw(FMODAsset asset)
|
||||
{
|
||||
GUILayout.TextField(asset ? asset.path : "NULL");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user