mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-07-18 03:37:00 +01:00
12 lines
260 B
Plaintext
12 lines
260 B
Plaintext
/datum/asset/simple/permissions
|
|
assets = list(
|
|
"search.js" = 'html/admin/search.js',
|
|
"panels.css" = 'html/admin/panels.css'
|
|
)
|
|
|
|
/datum/asset/group/permissions
|
|
children = list(
|
|
/datum/asset/simple/permissions,
|
|
/datum/asset/simple/namespaced/common
|
|
)
|