Server.Items.AddressBook.Initialize C# (CSharp) Method

Initialize() public static method

public static Initialize ( ) : void
return void
        public static void Initialize()
        {
            CommandSystem.Register("AllNames", AccessLevel.GameMaster, new CommandEventHandler(AllNames_OnCommand));
        }