This commit is contained in:
Mythril382 2024-04-12 12:35:32 +08:00 committed by GitHub
parent 38b5ce0853
commit 75106282c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -104,6 +104,8 @@ public enum LogicSound{
unlockUi(Sounds.unlock);
public final Sound sound;
public static final LMarkerControl[] all = values();
LogicSound(Sound sound){
this.sound = sound;