Last change
on this file since d2e69be was 96108d8, checked in by DimitarSlezenkovski <dslezenkovski@…>, 4 years ago |
Format code and fix errors
|
-
Property mode
set to
100644
|
File size:
217 bytes
|
Rev | Line | |
---|
[ec6ac45] | 1 | export class Pandemic {
|
---|
[46c298d] | 2 | Name: string;
|
---|
[96108d8] | 3 | TotalMK: BigInteger;
|
---|
| 4 | ActiveMK: BigInteger;
|
---|
| 5 | DeathsMK: BigInteger;
|
---|
| 6 | NewMK: BigInteger;
|
---|
| 7 | TotalGlobal: BigInteger;
|
---|
| 8 | DeathsGlobal: BigInteger;
|
---|
| 9 | ActiveGlobal: BigInteger;
|
---|
[ec6ac45] | 10 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.