I can't instantiate my class to play my WAV

后端 未结 0 346
南旧
南旧 2021-01-02 07:25

import error

public Gameplay() {
        map = new MapGenerator(5, 8);
        se = new SoundEffect();
        se.setFile();
        addKeyListener(this);
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题