mirror of
https://github.com/MilkBarModding/MilkBarLauncher.git
synced 2025-07-27 08:06:25 +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;
|
|
}
|
|
}
|