KungFuClan / KungFuScreeps

https://screepers.gitbook.io/screeps-typescript-starter/
9 stars 4 forks source link

Change the Memory Cache structures to use the improved ? TS Operator #55

Open UhmBrock opened 4 years ago

UhmBrock commented 4 years ago

Change the nested If ( X && X.Y && X.Y.Z ) to If ( X.Y?.Z?)