LennyPhoenix / GodotDiscordSDK

A Discord Game SDK wrapper for Godot, written in C.
MIT License
54 stars 5 forks source link

FEATURE: Add signal alternatives to callbacks. #9

Closed LennyPhoenix closed 3 years ago

LennyPhoenix commented 3 years ago

Add signals to be used as alternatives for the object & method args in functions.

Related discussion: #3

Progress