quantum-space-buddies/QSB/PlayerBodySetup/Remote/ShaderReplacer.cs
2022-02-17 17:31:38 -08:00

14 lines
258 B
C#

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}");
}
}
}