Add a delegate, unfortunately it doesn't work?

This commit is contained in:
Menotdan
2023-05-15 20:44:18 -04:00
parent f94ae3f3fd
commit 2a7a07d2fc
5 changed files with 62 additions and 5 deletions

View File

@@ -12,3 +12,8 @@ Int2 ScreenUtilsBase::GetScreenCursorPosition() {
void ScreenUtilsBase::BlockAndReadMouse() {
}
void ScreenUtilsBase::PickColor() {
}
Delegate<Color32> ScreenUtilsBase::PickColorDone;