quickoutline

This commit is contained in:
2025-07-17 00:49:04 +02:00
parent c8b66ed3af
commit d1239ca70b
42 changed files with 2294 additions and 437 deletions

View File

@@ -1,5 +1,6 @@
namespace RebootReality.jelycho {
public interface IInteractable {
void SetHighlight(bool highlight);
void Interact();
}
}