mirror of
https://github.com/baiqwerdvd/StarRailUID.git
synced 2025-05-04 18:57:33 +08:00
6 lines
116 B
Python
6 lines
116 B
Python
from gsuid_core.sv import Plugins
|
|
|
|
Plugins(
|
|
name="StarRailUID", force_prefix=['sr'], allow_empty_prefix=False
|
|
)
|