From 6e5dff514ea3dbda0eef3d34df6386d0c6c8aff2 Mon Sep 17 00:00:00 2001 From: Ondrej Rehacek Date: Thu, 20 Jun 2024 16:03:31 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddd4a5f..2250dc2 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ To start with the SDK, you need to import the package from the releases tab and ## Usage To interact with Stash API and handle responses, the SDK offers the `StashAuth`, `StashLauncher` and other classes, named according to the product you plan to use. -All classes are static, with no inheritance to the MonoBehaviour, so they can only be called when needed. +All classes are static, with no inheritance to the MonoBehaviour, no need to place them in the scene and can be called only when needed. ## Requirements