Add newlines to the end of all files
This commit is contained in:
@@ -55,4 +55,4 @@ function AddPhysicsImpulse:OnDeactivate()
|
||||
self.gameplayBus:Disconnect()
|
||||
end
|
||||
|
||||
return AddPhysicsImpulse
|
||||
return AddPhysicsImpulse
|
||||
|
||||
@@ -85,4 +85,4 @@ function EntityLookAt:OnDeactivate()
|
||||
self.targetTransform = nil
|
||||
end
|
||||
|
||||
return EntityLookAt
|
||||
return EntityLookAt
|
||||
|
||||
@@ -55,4 +55,4 @@ function MoveEntity:OnDeactivate()
|
||||
self.gameplayBus:Disconnect()
|
||||
end
|
||||
|
||||
return MoveEntity
|
||||
return MoveEntity
|
||||
|
||||
@@ -65,4 +65,4 @@ function RotateEntity:OnDeactivate()
|
||||
self.gameplayBus:Disconnect()
|
||||
end
|
||||
|
||||
return RotateEntity
|
||||
return RotateEntity
|
||||
|
||||
Reference in New Issue
Block a user