forked from zombieb/AlwaysRecFace
not first try.... sob emoji.,
This commit is contained in:
@@ -11,12 +11,16 @@ namespace AlwaysRecFace;
|
|||||||
[BepInPlugin("dev.proxnet.recroom.alwaysrecface", "AlwaysRecFace", "1.0.0")]
|
[BepInPlugin("dev.proxnet.recroom.alwaysrecface", "AlwaysRecFace", "1.0.0")]
|
||||||
public class Plugin : BasePlugin
|
public class Plugin : BasePlugin
|
||||||
{
|
{
|
||||||
internal static new ManualLogSource Log;
|
internal static new ManualLogSource Log = new("ARF");
|
||||||
|
internal static Harmony _hi = new("dev.proxnet.recroom.alwaysrecface");
|
||||||
|
|
||||||
|
|
||||||
public override void Load()
|
public override void Load()
|
||||||
{
|
{
|
||||||
Log = base.Log;
|
Log = base.Log;
|
||||||
Log.LogInfo($"Always RecFace on loading screen.");
|
Log.LogInfo($"Always RecFace on loading screen.");
|
||||||
|
|
||||||
|
_hi.PatchAll();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user