mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-07-13 07:24:53 +00:00
Add newline to end of files
This commit is contained in:
parent
b730f4c974
commit
f949926bb2
6 changed files with 6 additions and 6 deletions
|
|
@ -22,4 +22,4 @@ class CaptureFlagConverter extends ObjectCreateConverter[CaptureFlag]() {
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -56,4 +56,4 @@ object CaptureFlag {
|
||||||
|
|
||||||
obj
|
obj
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,4 +8,4 @@ import net.psforever.objects.serverobject.structures.AmenityDefinition
|
||||||
*/
|
*/
|
||||||
class CaptureFlagDefinition extends AmenityDefinition(157) {
|
class CaptureFlagDefinition extends AmenityDefinition(157) {
|
||||||
Name = "capture_flag"
|
Name = "capture_flag"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -29,4 +29,4 @@ object CaptureFlagSocket {
|
||||||
obj.Position = pos
|
obj.Position = pos
|
||||||
obj
|
obj
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,4 +8,4 @@ import net.psforever.objects.serverobject.structures.AmenityDefinition
|
||||||
*/
|
*/
|
||||||
class CaptureFlagSocketDefinition extends AmenityDefinition(450) {
|
class CaptureFlagSocketDefinition extends AmenityDefinition(450) {
|
||||||
Name = "llm_socket"
|
Name = "llm_socket"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -279,4 +279,4 @@ object CaptureFlagLostReasonEnum extends Enumeration {
|
||||||
type CaptureFlagLostReasonEnum = Value
|
type CaptureFlagLostReasonEnum = Value
|
||||||
|
|
||||||
val Resecured, TimedOut = Value
|
val Resecured, TimedOut = Value
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue