8 lines
76 B
JavaScript
8 lines
76 B
JavaScript
import { Player } from "./Player";
|
|
|
|
|
|
class MyPlayer extends Player
|
|
{
|
|
|
|
}
|