16 lines
285 B
C#
16 lines
285 B
C#
// Distant Lands 2024
|
|
// COZY: Stylized Weather 3
|
|
// All code included in this file is protected under the Unity Asset Store Eula
|
|
|
|
using System.Collections;
|
|
using UnityEngine;
|
|
|
|
namespace DistantLands.Cozy
|
|
{
|
|
public class ExampleModule : CozyModule
|
|
{
|
|
|
|
|
|
|
|
}
|
|
} |