using System; using System.Collections.Generic; using System.Text; namespace ACE.Server.Physics.Common { public class ChatRoomTracker { public static uint GetGlobalTradeRoomID(PhysicsDesc desc) { return 0; } } }