Add changes
This commit is contained in:
12
ReallifeGamemode.Server.Core.API/ITextLabelAPI.cs
Normal file
12
ReallifeGamemode.Server.Core.API/ITextLabelAPI.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using ReallifeGamemode.Server.Types;
|
||||
|
||||
namespace ReallifeGamemode.Server.Core.API
|
||||
{
|
||||
public interface ITextLabelAPI
|
||||
{
|
||||
ITextLabel CreateTextLabel(string text, Position position, float range, float size, Font font, Color color);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user