Example #1
0
        public static void Log(this RobotProxy self, string msg)
        {
            Player player = self.GetParent <Player>();

            ET.Log.Debug($"[{player.Room.Num}|Robot({player.SeatIndex})]: {msg}");
        }