mirror of
https://github.com/MilkBarModding/MilkBarLauncher.git
synced 2025-06-17 12:41:39 +00:00
10 lines
140 B
C#
10 lines
140 B
C#
using BOTWM.Server.DataTypes;
|
|
|
|
namespace BOTWM.Server.DTO
|
|
{
|
|
public class TeleportDTO
|
|
{
|
|
public Vec3f Destination;
|
|
}
|
|
}
|