This commit is contained in:
parent
649193069d
commit
27914e227f
5 changed files with 75 additions and 4 deletions
|
|
@ -35,6 +35,9 @@ export interface IGame {
|
|||
};
|
||||
form1: any;
|
||||
form2: any;
|
||||
|
||||
// ログのposを文字列としてすべて連結したもののCRC32値
|
||||
crc32: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue