1
0
mirror of https://github.com/Cardidi/dotween-upm-fork.git synced 2025-12-21 01:36:05 +08:00
2020-01-17 00:11:15 +09:00

14 lines
372 B
C#

// Author: Daniele Giardini - http://www.demigiant.com
// Created: 2014/07/08 17:34
//
// License Copyright (c) Daniele Giardini.
// This work is subject to the terms at http://dotween.demigiant.com/license.php
#pragma warning disable 1591
namespace DG.Tweening.Plugins.Options
{
public struct NoOptions : IPlugOptions
{
public void Reset() {}
}
}