This commit is contained in:
PC-20230316NUNE\Administrator
2023-10-28 18:50:06 +08:00
parent 324736a619
commit ca84f38096
11 changed files with 378 additions and 21 deletions

View File

@@ -26,7 +26,7 @@ export class GTactical{
static getTactical(isReversed:boolean = false): GTactical{
let tactical = [
[0,4,3],
[0,0,1],
[6,0,1],
[0,5,2],
];
if(isReversed){