Fix indentation in Base entity

This commit is contained in:
Marcel Schwarz 2020-05-02 21:08:10 +02:00
parent 67a345e9bf
commit 54813ab44d

View File

@ -9,7 +9,7 @@
import SpriteKit
import GameplayKit
class Base : GKEntity{
class Base : GKEntity {
var unitCount:Int
init(position: CGPoint, team: Team! = nil) {