From 18d8d5fb2be60b20d9f614c06f644638100ce163 Mon Sep 17 00:00:00 2001 From: Jen-Chieh Shen Date: Tue, 15 Oct 2024 00:36:51 +0800 Subject: [PATCH] emoji --- docs/ScriptReference/Interfaces/JCS_Instance.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ScriptReference/Interfaces/JCS_Instance.md b/docs/ScriptReference/Interfaces/JCS_Instance.md index 978df70e..13fdec30 100644 --- a/docs/ScriptReference/Interfaces/JCS_Instance.md +++ b/docs/ScriptReference/Interfaces/JCS_Instance.md @@ -4,7 +4,7 @@ Singleton instance interface. This file contain three classes. -### 1) JCS_Instance +### 🏛️ JCS_Instance See `Example.cs`: @@ -18,7 +18,7 @@ See `Example.cs`: } ``` -### 2) JCS_InstanceOld +### 🏛️ JCS_InstanceOld Singleton instance interface to keep the old instance. @@ -34,7 +34,7 @@ See `ExampleOld.cs`: } ``` -### 3) JCS_InstanceNew +### 🏛️ JCS_InstanceNew Check singleton for keep the old one.