mirror of
https://github.com/imperialsushi/gutterball-3.git
synced 2025-06-15 05:07:42 +00:00
9 lines
No EOL
129 B
C#
9 lines
No EOL
129 B
C#
using UnityEngine;
|
|
|
|
[ExecuteInEditMode]
|
|
[RequireComponent(typeof(WaterBase))]
|
|
|
|
public class GerstnerDisplace : Displace
|
|
{
|
|
|
|
} |