mirror of
https://github.com/NexusForever/NexusForever
synced 2026-08-14 00:26:05 -04:00
Signature is now a RBAC permission. Handle premium modifier types correctly. Handle premium modifier tier fall through correctly.
7 lines
123 B
C#
7 lines
123 B
C#
namespace NexusForever.Shared.Network.Message
|
|
{
|
|
public interface IBuildable<out T>
|
|
{
|
|
T Build();
|
|
}
|
|
}
|