mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-04 02:57:08 +02:00
8 lines
96 B
C#
8 lines
96 B
C#
namespace Robust.Shared.Graphics;
|
|
|
|
internal interface IClydeHandle
|
|
{
|
|
long Value { get; }
|
|
}
|
|
|