mirror of
https://github.com/Cardidi/dotween-upm-fork.git
synced 2025-12-20 01:06:02 +08:00
9 lines
126 B
C#
9 lines
126 B
C#
public class SampleClass
|
|
{
|
|
public float floatVal;
|
|
|
|
public SampleClass(float floatVal)
|
|
{
|
|
this.floatVal = floatVal;
|
|
}
|
|
} |