diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-11-03 18:31:04 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-11-03 18:31:04 -0500 |
| commit | e8dd5d4fd406e6e6b710cbe85309f6870bccc37a (patch) | |
| tree | db0e99cfdbefb1625d66d07631f43565ae8ff41f /Assets/Packages/Lean/Common/Examples/Scripts/LeanOpenUrl.cs | |
| parent | 20b14c9a89821e6592bf25bed9329a5abe20495c (diff) | |
| download | Unicity-e8dd5d4fd406e6e6b710cbe85309f6870bccc37a.tar.gz Unicity-e8dd5d4fd406e6e6b710cbe85309f6870bccc37a.tar.bz2 Unicity-e8dd5d4fd406e6e6b710cbe85309f6870bccc37a.zip | |
Remove everything
Diffstat (limited to 'Assets/Packages/Lean/Common/Examples/Scripts/LeanOpenUrl.cs')
| -rw-r--r-- | Assets/Packages/Lean/Common/Examples/Scripts/LeanOpenUrl.cs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Assets/Packages/Lean/Common/Examples/Scripts/LeanOpenUrl.cs b/Assets/Packages/Lean/Common/Examples/Scripts/LeanOpenUrl.cs deleted file mode 100644 index 487d691..0000000 --- a/Assets/Packages/Lean/Common/Examples/Scripts/LeanOpenUrl.cs +++ /dev/null @@ -1,14 +0,0 @@ -using UnityEngine; - -namespace Lean.Common.Examples -{ - /// <summary>This component allows you to open a URL using Unity events (e.g. a button).</summary> - [AddComponentMenu("Lean/Common/Lean Open URL")] - public class LeanOpenUrl : MonoBehaviour - { - public void Open(string url) - { - Application.OpenURL(url); - } - } -}
\ No newline at end of file |
