Admin announcement panel. (#4803)

This commit is contained in:
moonheart08
2021-10-09 03:54:27 -05:00
committed by GitHub
parent 2b9f3b2358
commit f635909d4e
8 changed files with 236 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
<cc:CommandButton Command="aghost" Text="{Loc Admin Ghost}" />
<cc:UICommandButton Command="tpto" Text="{Loc Teleport}" WindowType="{x:Type at:TeleportWindow}" />
<cc:CommandButton Command="permissions" Text="{Loc Permissions Panel}" />
<cc:CommandButton Command="announceui" Text="{Loc Announce}"/>
</GridContainer>
</BoxContainer>
</Control>