mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-15 22:50:56 +00:00
14 lines
258 B
C#
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}");
|
|||
|
}
|
|||
|
}
|
|||
|
}
|