перенос файлов клиента из папки White в _White
This commit is contained in:
15
Content.Client/_White/Trail/Line/ITrailLine.cs
Normal file
15
Content.Client/_White/Trail/Line/ITrailLine.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System.Numerics;
|
||||
using Content.Shared.White.Trail;
|
||||
using Robust.Client.Graphics;
|
||||
using Robust.Shared.Map;
|
||||
|
||||
namespace Content.Client._White.Trail.Line;
|
||||
|
||||
public interface ITrailLine
|
||||
{
|
||||
ITrailSettings Settings { get; }
|
||||
|
||||
void TryCreateSegment((Vector2 WorldPosition, Angle WorldRotation) worldPosRot, MapId mapId);
|
||||
|
||||
void Render(DrawingHandleWorld handle, Texture? texture);
|
||||
}
|
||||
Reference in New Issue
Block a user