mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-30 12:07:37 +03:00
8 lines
128 B
C#
8 lines
128 B
C#
namespace Content.Server.NPC.Queries.Curves;
|
|
|
|
[ImplicitDataDefinitionForInheritors]
|
|
public partial interface IUtilityCurve
|
|
{
|
|
|
|
}
|