8 lines
168 B
C#
8 lines
168 B
C#
namespace NitroxClient.GameLogic.PlayerLogic.PlayerModel.Abstract
|
|
{
|
|
public interface IPlayerModelBuilder
|
|
{
|
|
void Build(INitroxPlayer player);
|
|
}
|
|
}
|