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 SpriteKit
import GameplayKit import GameplayKit
class Base : GKEntity{ class Base : GKEntity {
var unitCount:Int var unitCount:Int
init(position: CGPoint, team: Team! = nil) { init(position: CGPoint, team: Team! = nil) {