the ctrl+c ctrl+v is real

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

View File

@ -105,7 +105,7 @@ public enum LogicSound{
public final Sound sound;
public static final LMarkerControl[] all = values();
public static final LogicSound[] all = values();
LogicSound(Sound sound){
this.sound = sound;