File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -12,23 +12,5 @@ public override void NetworkStart(Stream payload)
12
12
// The NetWorkStart can be used with or without the "Stream payload" parameter
13
13
// If it's included it will contain the payload included in the Spawn method if applicable.
14
14
}
15
-
16
- public override void OnEnabled ( )
17
- {
18
- // Use this instead of OnEnabled, that is because the OnEnable method is stolen by the NetworkedBehaviour class
19
- // Usage of OnEnable will throw a error pointing you to this method and WILL break the behaviour
20
- }
21
-
22
- public override void OnDisabled ( )
23
- {
24
- // Use this instead of OnDisable, that is because the OnDisable method is stolen by the NetworkedBehaviour class
25
- // Usage of OnDisable will throw a error pointing you to this method and WILL break the behaviour
26
- }
27
-
28
- public override void OnDestroyed ( )
29
- {
30
- // Use this instead of OnDestroy, that is because the OnDestroy method is stolen by the NetworkedBehaviour class
31
- // Usage of OnDestroy will throw a error pointing you to this method and WILL break the behaviour
32
- }
33
15
}
34
16
}
You can’t perform that action at this time.
0 commit comments