An open API service indexing awesome lists of open source software.

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

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.