feat: add initial People Playground mod development kit
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
URL: https://wiki.studiominus.nl/internalReference/ScopeAttachmentBehaviour.html
|
||||
Title: People Playground Modding - ScopeAttachmentBehaviour
|
||||
==================================================
|
||||
|
||||
public class ScopeAttachmentBehaviour
|
||||
Inherits FirearmAttachmentBehaviour, Messages.IOnEMPHit
|
||||
No description provided
|
||||
Fields
|
||||
public int AccuracyPercent
|
||||
[Range(0, 100)]
|
||||
No description provided
|
||||
|
||||
Methods
|
||||
public override void OnConnect()
|
||||
No description provided
|
||||
|
||||
public override void OnFire()
|
||||
No description provided
|
||||
|
||||
public override void OnHit(BallisticsEmitter.CallbackParams args)
|
||||
No description provided
|
||||
|
||||
public override void OnDisconnect()
|
||||
No description provided
|
||||
|
||||
public void OnEMPHit()
|
||||
No description provided
|
||||
Reference in New Issue
Block a user