https://github.com/erlite/sbox-net-types
A collection of network type wrappers for things like System.Collections.Generic
https://github.com/erlite/sbox-net-types
Last synced: 25 days ago
JSON representation
A collection of network type wrappers for things like System.Collections.Generic
- Host: GitHub
- URL: https://github.com/erlite/sbox-net-types
- Owner: Erlite
- License: unlicense
- Created: 2021-05-14T15:36:00.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-19T10:07:38.000Z (about 4 years ago)
- Last Synced: 2025-02-16T19:34:36.376Z (4 months ago)
- Language: C#
- Size: 33.2 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sbox-net-types
A collection of network type wrappers for things like System.Collections.Generic.# How to use
Simple, replace the following types with my wrappers:
- List\ => NetworkedList\
- Dictionary\ => NetworkedDirectory\
- NetworkVar\ will automatically call NetworkDirty() and raise an event on change.# License
Check LICENSE.MD, but basically, do whatever you want with it.
@facepunch if you wanna add this, go ahead, my pleasure.