This website requires JavaScript.
Explore
Help
Sign In
vlad.os
/
LuaCsForBarotraumaEP
Watch
0
Star
0
Fork
0
You've already forked LuaCsForBarotraumaEP
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bd659383b4f52d211aa35bb2db61a8a67aa8a0a5
LuaCsForBarotraumaEP
/
Barotrauma
/
BarotraumaServer
/
Source
/
Characters
T
History
Joonas Rikkonen
953b5690ec
(2a7829fab) Add ISpatialEntity as a common interface for everything that has a position in the game world. Would have used IMapEntity, but there's already MapEntity, which inherits Entity, so that would be confusing. Declare the inheritance only in the shared class (Character).
2019-05-03 13:45:41 +03:00
..
Character.cs
(2a7829fab) Add ISpatialEntity as a common interface for everything that has a position in the game world. Would have used IMapEntity, but there's already MapEntity, which inherits Entity, so that would be confusing. Declare the inheritance only in the shared class (Character).
2019-05-03 13:45:41 +03:00
CharacterInfo.cs
(45f083a5a) Merge branch 'dev' of
https://github.com/Regalis11/Barotrauma-development
into dev
2019-04-03 16:22:12 +03:00
CharacterNetworking.cs
(60001519f) Fixed clients not being able to see other characters in spectator if they've died far away from the sub. + Increased position update interval for spectators.
Closes
#1421
2019-04-16 17:16:14 +03:00