mirror of
https://github.com/imperialsushi/gutterball-3.git
synced 2025-06-15 05:07:42 +00:00

Moving cam replay. Fixed the bugs. New Version 1.42 Moving cam replay. Fixed the bugs. New Version 1.42 Moving cam replay, Fixed the bugs.
14 lines
No EOL
419 B
C#
14 lines
No EOL
419 B
C#
using UnityEngine;
|
|
using UnityEditor;
|
|
|
|
namespace TMPro
|
|
{
|
|
class TMP_SerializedPropertyHolder : ScriptableObject
|
|
{
|
|
public TMP_FontAsset fontAsset;
|
|
public uint firstCharacter;
|
|
public uint secondCharacter;
|
|
|
|
public TMP_GlyphPairAdjustmentRecord glyphPairAdjustmentRecord = new TMP_GlyphPairAdjustmentRecord(new TMP_GlyphAdjustmentRecord(), new TMP_GlyphAdjustmentRecord());
|
|
}
|
|
} |