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