feat(editor): icon for ServerScriptService
This commit is contained in:
parent
1af34a21fa
commit
80ec1a9132
3 changed files with 1 additions and 1 deletions
BIN
assets/icons/server-scripts.png
Normal file
BIN
assets/icons/server-scripts.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 802 B |
BIN
assets/icons/server-storage.png
Normal file
BIN
assets/icons/server-storage.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 774 B |
|
@ -5,7 +5,7 @@
|
|||
|
||||
// Container class for server scripts
|
||||
// Also handles/manages running server scripts on run
|
||||
class DEF_INST_SERVICE ServerScriptService : public Service {
|
||||
class DEF_INST_SERVICE_(explorer_icon="server-scripts") ServerScriptService : public Service {
|
||||
AUTOGEN_PREAMBLE
|
||||
protected:
|
||||
void InitService() override;
|
||||
|
|
Loading…
Add table
Reference in a new issue