mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-23 04:23:04 +00:00
fix warning
This commit is contained in:
parent
1ca4b2d0ad
commit
f61a4c829f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ namespace SanAndreasUnity.Behaviours
|
|||
public LayerMask collisionLayerMask;
|
||||
public float speed = 10;
|
||||
public float lifeTime = 30;
|
||||
[SerializeField] private Transform m_modelAttachTransform;
|
||||
[SerializeField] private Transform m_modelAttachTransform = null;
|
||||
|
||||
private bool m_alreadyExploded = false;
|
||||
private Rigidbody m_rigidBody;
|
||||
|
|
Loading…
Reference in a new issue