DoubleDeez / MDFramework

A multiplayer C# game framework for Godot 3.4 Mono.
https://discord.gg/UH49eHK
MIT License
77 stars 13 forks source link

Buffer for MDRset and MDRpc #61

Closed Beider closed 4 years ago

Beider commented 4 years ago

Implemented a new static buffer that is never cleared. It should only hold one reference per script so shouldn't grow to much since we are not using node names for the buffer.

fixes #43

Beider commented 4 years ago

Fixed both of these now