mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-22 16:17:00 +03:00
Co-authored-by: Veritius <veritiusgaming@gmail.com> Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
7 lines
91 B
C#
7 lines
91 B
C#
namespace Content.Shared.Roles;
|
|
|
|
public interface IRoleTimer
|
|
{
|
|
string Timer { get; }
|
|
}
|