mirror of
https://bitbucket.org/seefoe/dsrc.git
synced 2026-08-03 04:15:53 -04:00
9 lines
130 B
Java
Executable File
9 lines
130 B
Java
Executable File
package script.gambling.base;
|
|
|
|
public class card extends script.gambling.base.default_interface
|
|
{
|
|
public card()
|
|
{
|
|
}
|
|
}
|