Compare commits
1 Commits
main
...
globalvars
| Author | SHA1 | Date | |
|---|---|---|---|
| 83b6226a25 |
@ -113,7 +113,6 @@ export class UserAPI {
|
||||
* function destined to the user should be placed here.
|
||||
*/
|
||||
|
||||
private variables: { [key: string]: any } = {};
|
||||
public codeExamples: { [key: string]: string } = {};
|
||||
private counters: { [key: string]: any } = {};
|
||||
private _drunk: DrunkWalk = new DrunkWalk(-100, 100, false);
|
||||
|
||||
Reference in New Issue
Block a user