导入资源
This commit is contained in:
9
Assets/Samples/Crest/5.4.2/Boats/Scripts/Assembly.cs
Normal file
9
Assets/Samples/Crest/5.4.2/Boats/Scripts/Assembly.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
// Crest Water System
|
||||
// Copyright © 2024 Wave Harmonic. All rights reserved.
|
||||
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
[assembly: InternalsVisibleTo("WaveHarmonic.Crest.Samples.Submarine")]
|
||||
|
||||
// Define empty namespaces for when assemblies are not present.
|
||||
namespace UnityEngine.InputSystem { }
|
||||
Reference in New Issue
Block a user