Skip to content

Commit

Permalink
added Player class
Browse files Browse the repository at this point in the history
  • Loading branch information
SrRapero720 committed Oct 13, 2023
1 parent 98086f3 commit 22b497f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package me.srrapero720.watermedia.api.player.vlc;

public class MusicPlayer {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package me.srrapero720.watermedia.api.player.vlc;

public class SimplePlayer {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package me.srrapero720.watermedia.api.player.vlc;

public class VideoPlayer {
}

0 comments on commit 22b497f

Please sign in to comment.