饭太稀
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Fantasy.Serialize;
|
||||
|
||||
#pragma warning disable CS8603 // Possible null reference return.
|
||||
|
||||
namespace Fantasy;
|
||||
|
||||
public static class ConfigTableHelper
|
||||
{
|
||||
public static T Load<T>() where T : ASerialize
|
||||
{
|
||||
return default;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user