This website requires JavaScript.
Explore
Help
Register
Sign In
Cinka
/
OldThink
Watch
1
Star
0
Fork
0
You've already forked OldThink
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
1ecf8aad1a0339d9575db3d158e7c3ff677f7608
OldThink
/
Content.Server
/
GameObjects
/
Components
/
Projectiles
History
DTanxxx
ebc2d59f2e
Bullet only damage the first entity it collided with (
#1912
)
...
Co-authored-by: David Tan <>
2020-08-29 12:50:43 +02:00
..
ExplosiveProjectileComponent.cs
Add a test that puts all components on an entity and checks for no exceptions (
#1815
)
2020-08-22 22:29:20 +02:00
FlashProjectileComponent.cs
Add a test that puts all components on an entity and checks for no exceptions (
#1815
)
2020-08-22 22:29:20 +02:00
HitscanComponent.cs
…
ProjectileComponent.cs
Bullet only damage the first entity it collided with (
#1912
)
2020-08-29 12:50:43 +02:00
StunnableProjectileComponent.cs
Add test for adding each component individually to an entity (
#1870
)
2020-08-24 13:39:00 +02:00
ThrownItemComponent.cs
…