mirror of
https://gitea.tendokyu.moe/beerpsi/sinmai-mods.git
synced 2025-02-19 03:55:45 +01:00
12 lines
224 B
C#
12 lines
224 B
C#
// ReSharper disable CheckNamespace
|
|
|
|
using MonoMod;
|
|
|
|
namespace Manager.MaiStudio.Serialize;
|
|
|
|
[MonoModReplace]
|
|
[Serializable]
|
|
public class SerializeBase
|
|
{
|
|
public virtual void AddPath(string parentPath) { }
|
|
} |