Files
BABA_YAGA/Assets/Third Parties/Opsive/UltimateCharacterController/Scripts/FirstPersonController/Items/FirstPersonWeaponProperties.cs

16 lines
505 B
C#
Raw Normal View History

2026-06-09 02:05:00 +07:00
/// ---------------------------------------------
/// Ultimate Character Controller
/// Copyright (c) Opsive. All Rights Reserved.
/// https://www.opsive.com
/// ---------------------------------------------
namespace Opsive.UltimateCharacterController.FirstPersonController.Items
{
/// <summary>
/// Describes any first perspon perspective dependent properties for the Weapon.
/// </summary>
public abstract class FirstPersonWeaponProperties : FirstPersonItemProperties
{
}
}