CSharpRedotTools / Template

A template used for quickly setting up new Redot 4 C# games.
MIT License
111 stars 8 forks source link

`[NetSend]` attribute does not work for base type `IEnumerable<T>` but works for `List<T>` #93

Closed valkyrienyanko closed 1 month ago

valkyrienyanko commented 1 month ago

Other types should be tested as well.

valkyrienyanko commented 1 month ago

I think it was never meant to be, to send IEnumerable types.