quantum-space-buddies/QSB/PlayerBodySetup/Remote/ShaderReplacer.cs

14 lines
258 B
C#
Raw Normal View History

2022-02-18 01:31:38 +00:00
using QSB.Utility;
using UnityEngine;
namespace QSB.PlayerBodySetup.Remote
{
public static class ShaderReplacer
{
public static void ReplaceShaders(GameObject prefab)
{
DebugLog.DebugWrite($"TODO: replace shaders for prefab {prefab}");
}
}
}