4 lines
60 B
TypeScript
4 lines
60 B
TypeScript
|
|
export class Server_File {
|
||
|
|
|
||
|
|
is_dirty: boolean = false;
|
||
|
|
}
|