28 lines
670 B
Plaintext
28 lines
670 B
Plaintext
URL: https://wiki.studiominus.nl/internalReference/Shot.html
|
|
Title: People Playground Modding - Shot
|
|
==================================================
|
|
|
|
public struct Shot
|
|
No description provided
|
|
Fields
|
|
public Vector2 normal
|
|
No description provided
|
|
|
|
public Vector2 point
|
|
No description provided
|
|
|
|
public float damage
|
|
No description provided
|
|
|
|
public Cartridge cartridge
|
|
No description provided
|
|
|
|
public bool CanCrush
|
|
No description provided
|
|
|
|
public bool triggersExplosiveOverride
|
|
No description provided
|
|
|
|
Methods
|
|
public (constructor) Shot(Vector2 normal, Vector2 point, float damage, bool triggerExplosiveOverride = true, Cartridge cartridge = null)
|
|
No description provided |