Add changes
This commit is contained in:
11
ReallifeGamemode.Server.Core.API/ITextLabel.cs
Normal file
11
ReallifeGamemode.Server.Core.API/ITextLabel.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace ReallifeGamemode.Server.Core.API
|
||||
{
|
||||
public interface ITextLabel : IEntity
|
||||
{
|
||||
string Text { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user