12 lines
206 B
C#
Raw Normal View History

2022-04-07 08:57:51 +01:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace QSB.EchoesOfTheEye.Ghosts.Messages;
internal class PathfindNodeMessage
{
}